#NEXUS

BEGIN NETWORKS;

Network net1 = ((a,(b,(c)x#1)),((d,x#1),e));
Network net2 = ((((a, (c)x#1), d), (b, x)), e);

END;


BEGIN PHYLONET;

Cmpnets net1 net2 -m tri;

END;
===

Cmpnets net1 net2 -m tri
The tripartition-based distance between two networks: 0.5 0.5 0.5
===
